home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / graphs / davinci-.002 < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.2 KB  |  31 lines

  1. (by Michael Froehlich, July 17, 1996)
  2.  
  3. Distribution Notes for daVinci Linux/x86 release:
  4. =================================================
  5.  
  6. The daVinci binary of the Linux distribution is dynamically linked 
  7. and should run by default in X11R6. It is not necessary to install  
  8. Motif or Tcl/Tk. You need a recent Linux release in order to use 
  9. daVinci (or you have to install the shared libraries listed below).
  10.  
  11. There are two different daVinci releases for Linux, one with a.out 
  12. binaries and one with the modern ELF binaries. Check which one you 
  13. need for your Linux. Both Linux releases were compiled and tested on 
  14. SuSe Linux 4.2 with a 2.0.x kernel.
  15.  
  16. Here is the output of ldd on our development system to show the 
  17. required shared libraries the binary is linked against:
  18.  
  19.     ELF distribution:
  20.     libX11.so.6 => /usr/X11R6/lib/libX11.so.6.1
  21.     libm.so.5 => /lib/libm.so.5.0.5
  22.     libc.so.5 => /lib/libc.so.5.2.18
  23.     
  24.     a.out distribution:
  25.     libX11.so.6 (DLL Jump 6.0) => /usr/i486-linuxaout/lib/libX11.so.6.0
  26.     libm.so.4 (DLL Jump 4.6pl27) => /usr/i486-linuxaout/lib/libm.so.4.6.27
  27.     libc.so.4 (DLL Jump 4.7pl6) => /lib/libc.so.4.7.6
  28.  
  29. We would like to thank Stefan Westmeier from University of Bremen
  30. for doing the Linux port.
  31.